| lcCreateStatbar | Home |
|
HANDLE lcCreateStatbar ( HWND hWndParent ); |
| hWndParent | |
| Handle to a parent window. | |
|
Handle to the created object. If the function fails, the return value is NULL. |
| The size and position must be set later with the function lcStatbarResize. |
| lcDeleteStatbar |